From 910aec47d9f09859f7ccb85140c9372a9c381659 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 18 Jan 2009 15:16:14 +0000 Subject: [PATCH] Remove a redundant include from gtktoolbar.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2009-01-18 Christian Dywan Remove a redundant include from gtktoolbar.c * gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h. Patch by Enrico Tröger. svn path=/trunk/; revision=22130 --- ChangeLog | 7 +++++++ gtk/gtktoolbar.c | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cecd726789..885ee60ade 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-18 Christian Dywan + + Remove a redundant include from gtktoolbar.c + + * gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h. + Patch by Enrico Tröger. + 2009-01-16 Cody Russell Bug 567944 – [Win32] Sorted treeview columns can be unreadable diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index fe104b0f02..ff4bda5f5f 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -53,7 +53,6 @@ #include "gtkseparatortoolitem.h" #include "gtkstock.h" #include "gtktoolbar.h" -#include "gtktoolbar.h" #include "gtktoolshell.h" #include "gtkvbox.h" #include "gtkprivate.h" -- 2.30.2